home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / programmierung / gadutil / docs / autodocs / 18.gu_closecatalog < prev    next >
Text File  |  1996-05-31  |  685b  |  26 lines

  1. gadutil.library/GU_CloseCatalog               gadutil.library/GU_CloseCatalog
  2.  
  3.    NAME
  4.     GU_CloseCatalog -- Close a message catalog.
  5.  
  6.    SYNOPSIS
  7.     GU_CloseCatalog(catalog)
  8.                     A0
  9.  
  10.     VOID GU_CloseCatalog(struct Catalog *);
  11.  
  12.    FUNCTION
  13.     Concludes access to a message catalog. The usage count of the
  14.     catalog is decremented. When this count reaches 0, the catalog
  15.     can be expunged from system memory whenever a memory panic occurs.
  16.  
  17.    INPUTS
  18.     catalog - the message catalog to close. A NULL catalog is a valid
  19.           parameter and is simply ignored.
  20.  
  21.    NOTES
  22.     This function is a shortcut to the locale/CloseCatalog() function.
  23.  
  24.    SEE ALSO
  25.     GU_OpenCatalog(), GU_GetLocaleStr()
  26.